home *** CD-ROM | disk | FTP | other *** search
- '============================================================================'
- ' '
- ' Visual Basic global constant file. This file can be loaded into the '
- ' global module. '
- ' '
- ' Some constants are commented out because they have duplicates (for '
- ' example, NONE appears in several places). '
- ' '
- '============================================================================'
- '
- ' ===========
- ' added for this program
- '
- Global RUNFILENAME$
-
-
-
-
- '========='
- ' '
- ' General '
- ' '
- '========='
-
- ' Booleans
- Global Const TRUE = -1
- Global Const FALSE = 0
-
-
-